home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m19.dir / 00062.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  263 b   |  11 lines

  1. on mouseDown
  2.   global gCurrentSlide, gPreviousMenu
  3.   set the castNum of sprite 15 to cast "era7"
  4.   if pressButton(15) then
  5.     pupSprites(1, 48, 0)
  6.     set gCurrentSlide to 7
  7.     set gPreviousMenu to "frame" && QUOTE & "index" & QUOTE
  8.     go("eras")
  9.   end if
  10. end
  11.